How to build project from maven template

You need to install maven.
Go to etc/development/scripts and run

mvn idea:idea

if you use IDE Intellij IDEA

mvn eclipse:eclipse

if you use Eclipse.
Now you have a project, wich can be opened in your favorite IDE.