If $A$ is a positive semi definite matrix, is $\left[ \begin{matrix}c_1A & c_2A \\ c_3A & c_4A\end{matrix} \right]$ positive semi definite? ($c_1, c_2, c_3, c_4 > 0)$
In general, what about $\left[ \begin{matrix}c_{1,1}A & c_{1,2}A & \ldots & c_{1,n} A\\ \vdots & \vdots & \ddots & \vdots\\c_{n,1}A & c_{n,2}A & \ldots & c_{n,n}A\end{matrix} \right]$ ? ($c_{i,j} > 0$)
If the above block matrices are not semi-definite in general, is it possible to gain constraints on the constants, under which they will be semi definite?
Not necessarily. Certainly, this fails if $c_2 \neq c_3$.
Even if $c_2 = c_3$, take $A = 1$ and consider $c_1 = 1, c_2 = c_3 = 10, c_4 = 1$.
The general matrix you describe can be written in the form $$ \left[ \begin{matrix}c_{1,1}A & c_{1,2}A & \ldots & c_{1,n} A\\ \vdots & \vdots & \ddots & \vdots\\c_{n,1}A & c_{n,2}A & \ldots & c_{n,n}A\end{matrix} \right] = C \otimes A $$ Where $C$ is the matrix with entries $c_{ij}$ and $\otimes$ denotes the Kronecker product. For vectors $u,v$ of appropriate size, we have $$ (u \otimes v)^*(C \otimes A)(u \otimes v) = (u^*Cu)(v^*Av) $$ So, at the very least, $C$ must be positive semidefinite as well.
In fact, this condition is sufficient, as can be deduced from the properties of the Kronecker product given in the link. Namely: if $A,C$ are both symmetric, then so is $C \otimes A$, and if both have only non-negative eigenvalues, then so does $C \otimes A$.