You can obtain the sources by downloading a distro package or by checking out the latest head revision from the repository.
Arcanum is built using Maven 2. You can download it from
http://maven.apache.org.
There are a few dependencies which are hosted on any publicly available Maven Repository so Maven
will be able to resolve them automatically.
To build and install (into the local maven repository) Arcanum simply type in a shell the following:
mvn clean package install
To build the binary and the source distribution simply type:
mvn -Ddistro clean package install assembly:assembly