Currently, there is no installation package or download. You need to check out the sources via git.
In the "bin"-directory, there is an executable pcad.py. This launches the CAD program. It needs access to the openpcad python module. So you need to add the "openpcad"-directory to the PYTHONPATH or install the module using
$ python setup.py install